home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / sputls.zip / MAKESCR.BAT < prev    next >
DOS Batch File  |  1991-01-08  |  3KB  |  59 lines

  1. echo off
  2. rem   ------------------------------------------------------
  3. rem              this batch file will create the 
  4. rem             screen files for the demonstration
  5. rem
  6. rem             (C) speter software, January 1991.
  7. rem   ------------------------------------------------------
  8. rem
  9. box /s1 d 1 1 80 25 23
  10. dtext 9 1 23 " General Utilities (1)      (C) SPETER SOFTWARE, January 1991 "
  11. dtext 12  3 120 "!  This is a demonstation of the Utilities included here:  !"
  12. dtext 12  6 120 "  Most of the utilities are intended for use in batch     "
  13. dtext 12  7 120 "  files, though a number are general purpose utilities.   "
  14. dtext 12  8 120 "!  This batch file is intended for colour screens:  some   "
  15. dtext 12 10 120 "  parts may not be very visible on monochrome screens.    "
  16. dtext 12 11 120 "!  A number of DOS environment variables are used in the   "
  17. dtext 12 13 120 "  batch file; if you do not have much free environment    !  space, some messages may not be displayed.!"
  18. dtext 12 16 24  "  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀"
  19. dtext 70 4  24 █!█!█!█!█!█!█!█!█!█!█!█
  20. boxtext /s1 s 28 21 120 Press any key to continue!     or  X  to exit
  21. askmouse 51 23 52 23 Xx* 51 23 /m
  22. copyrect 0 1 1 80 25 demo-p0.scr
  23. rem   ---------------------------------------------------------------------
  24. box /s1 d 1 1 80 25 23
  25. dtext 9 1 23 " General Utilities (1)      (C) SPETER SOFTWARE, January 1991 "
  26. box /s1 s 45 2 78 10 126
  27. dtext 48 3 126 Select a program to obtain a!short functional decription:!
  28. dtext 48 6 126 or for details, select!Documentation (Docs) or!Demonstrations (Demos),!at bottom.
  29. dtext 4 3 23 Batch utilities:
  30. dtext 4 12 23 General utilities:
  31. dtext 4 20 23 For the details:
  32. box /s1 s 23 2 39 23 49
  33. dtext 26 3 49 AskMouse!Box!BoxText!ButnPres!CopyRect!DText!HasMouse!MorMouse
  34. dtext 26 12 49 Binary!DU!LineLen!ShowAttr!StripCol!StripStr!StripTab!!Docs!Demos
  35. dtext 26 22 103 Exit to Dos
  36. askmouse 26 3 36 22 * 26 11 /t
  37. copyrect 0 1 1 80 25 demo-p1.scr
  38. rem   ---------------------------------------------------------------------
  39. box /s1 d 1 1 80 25 23
  40. dtext 9 1 23 " General Utilities (1)      (C) SPETER SOFTWARE, January 1991 "
  41. box /s1 s 45 2 78 8 126
  42. dtext 48 3 126 DOCUMENTATION
  43. dtext 50 4 126 To see the documentation!associated with a program:!then select the program!from the list.
  44. dtext 4 3 23 Batch utilities:
  45. dtext 4 12 23 General utilities:
  46. box /s1 s 23 2 37 21 49
  47. dtext 26 3 49 AskMouse!Box!BoxText!ButnPres!CopyRect!DText!HasMouse!MorMouse
  48. dtext 26 12 49 Binary!DU!LineLen!ShowAttr!StripCol!StripStr!StripTab
  49. dtext 26 20 103 Main Menu
  50. askmouse 26 3 34 20 * 26 11 /t
  51. copyrect 0 1 1 80 25 demo-p2.scr
  52. rem   ---------------------------------------------------------------------
  53. dtext 48 3 126 DEMONSTRATION
  54. dtext 50 4 126 "To see a demonstration of!a particular program:     "
  55. askmouse 26 3 34 20 * 26 11 /t
  56. copyrect 0 1 1 80 25 demo-p3.scr
  57. cls
  58. :end
  59.